home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / pandawars.swf / scripts / frame_54 / PlaceObject2_162_241 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2007-03-20  |  227 b   |  14 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.boostflag == false)
  3.    {
  4.       this._xscale = 0;
  5.    }
  6.    else if(_root.boostflag == true)
  7.    {
  8.       if(this._xscale < 100)
  9.       {
  10.          this._xscale += 1.5;
  11.       }
  12.    }
  13. }
  14.